body {
  margin: 0;
  font-family: tiepttf, tiepwoff, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color:  #ddd;
  background : #000000;
}

.clearfix {
  display: block;
  clear: both;
  content: "";
}

.navbar-light .navbar-toggler {
color : #CCC;
}

.navbar-toggler {
background : #ccc;
}
.navbar-light .navbar-toggler-icon {
url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250, 250, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.dropdown-menu {
display : block;
width : 1300px;


}

.dropdown-item {
padding-left : 7px;
margin-left : 0;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #444;
  color: #000;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #333;
}

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #FFF;
  text-decoration: none;
}

.anchor {
   position: relative;
   top: -15px;
   visibility:hidden;
}

.anchor300 {
   position: relative;
   top: -500px;
   visibility:hidden;
}
.navbar-light .navbar-nav .nav-link {
color : #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
color : #ddd;
}

h1, .h1 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.2rem;
  color: #fff;
margin-bottom : 2px;
margin-top : 4px;
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;border-top: 1px solid #000;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color:  rgba(0, 0, 0, .8);
  text-align: left;
  caption-side: bottom;
}

.bg-light {
background-color: transparent !important;
}

.img-thumbnail {
border : 0;
padding-left : 0px !important;
}

.navbar-light .navbar-brand {
  color:  #fff;
  font-size: 2rem;
}

.navbar-light .navbar-brand:hover{
    color:  #fff;
  font-size: 2rem;
}

.dropdown-menu {
background : #000;
}

.dropdown-item {
background : #000;
color : #fff;
}
.dropdown-item:hover {
background : #222;
color : #fff;
}



.text-center {
text-align: left !important;
}

.mb-4 {
margin-top:0 !important;
margin-bottom:0.5rem !important;
}



.voetje {
color : #000000 !important;
font-size : 1.2rem;
font-weight : normal;
}

a.voetje {
color : #fff !important;
font-weight : bold;
}

@media (max-width: 991px) {

.ml-auto {
background : #000;
}

button {
background : transparent;
}

}
*